projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7bd9d
)
Suppress intermittent test failure on hydra
author
Glenn Morris
<rgm@gnu.org>
Wed, 24 May 2017 00:44:52 +0000
(20:44 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 24 May 2017 00:44:52 +0000
(20:44 -0400)
* test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
(eieio-test-37-obsolete-name-in-constructor): Skip on hydra.
test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
b/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
index db601abbd0a73308aba4d2f199d6f3aeb81e9963..c34560ab58570d05c59d84c9a11ec7a2abdf3a08 100644
(file)
--- a/
test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
+++ b/
test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
@@
-893,6
+893,8
@@
Subclasses to override slot attributes.")
(list newname 2))
(ert-deftest eieio-test-37-obsolete-name-in-constructor ()
+ ;; FIXME repeated intermittent failures on hydra (bug#24503)
+ (skip-unless (not (getenv "NIX_STORE")))
(should (equal (eieio--testing "toto") '("toto" 2))))
(ert-deftest eieio-autoload ()